home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1256 / viscob.inf < prev    next >
INI File  |  1997-04-18  |  1KB  |  85 lines

  1. ; COBOL parser settings for Visual COBOL
  2. ; Visual COBOL supports several other COBOL extensions,
  3. ; which are not included in this file. Use the general 
  4. ; COBOL parser settings for these extensions.
  5.  
  6. ; a list of possible exceptions for statements
  7. [Exceptions]
  8. Ex1=ON OVERFLOW,OVERFLOW
  9. Ex2=ON EXCEPTION,EXCEPTION
  10. Ex3=ON ESCAPE,ESCAPE
  11. Ex4=NO DATA
  12. Ex5=ON SIZE ERROR,SIZE ERROR
  13. Ex6=AT END,END
  14. Ex7=INVALID KEY,INVALID
  15. Ex8=AT END-OF-PAGE,END-OF-PAGE
  16. Ex9=AT EOP,EOP
  17. Ex10=WITH DATA,DATA
  18.  
  19. ; a list of statements that should be recognized
  20. [Statements]
  21. CallException=1,2
  22. SearchException=6
  23.  
  24. Stmt1=ACCEPT,2,3,*
  25. Stmt2=ADD,5,*
  26. Stmt3=ALTER
  27. Stmt4=CANCEL
  28. Stmt5=CLOSE
  29. Stmt6=COMPUTE,5,*
  30. Stmt7=CONTINUE
  31. Stmt8=DELETE,7,*
  32. Stmt9=DISPLAY,2,*
  33. Stmt10=DIVIDE,5,*
  34. Stmt11=EXAMINE
  35. Stmt12=GO
  36. Stmt13=INITIALIZE
  37. Stmt14=INSPECT
  38. Stmt15=MERGE
  39. Stmt16=MOVE
  40. Stmt17=MULTIPLY,5,*
  41. Stmt18=OPEN
  42. Stmt19=READ,6,7,*
  43. Stmt20=RELEASE
  44. Stmt21=RETURN,6,*
  45. Stmt22=REWRITE,7,*
  46. Stmt23=SET
  47. Stmt24=SORT
  48. Stmt25=START,7,*
  49. Stmt26=STOP
  50. Stmt27=STRING,1,*
  51. Stmt28=SUBTRACT,5,*
  52. Stmt29=TRANSFORM
  53. Stmt30=UNLOCK
  54. Stmt31=UNSTRING,1,*
  55. Stmt32=USE
  56. Stmt33=WRITE,7,8,9,*
  57.  
  58. ; these keywords should not be recognized as statements
  59. [NoKeywords]
  60. NK1=OTHERWISE
  61.  
  62. [ParseOptions]
  63. AllowSentenceInAArea=1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.